Draws a PICT resource from the in the current stack or any file on any mounted volume. May specify the PICT by name or ID. PICT #0 is used if neither is specified. The PICT will be within the boundaries of the current card or over top of EVERYTHING in the specified rectangle.
<fileName> the path to the file containing the PICT. the current stack is used if filename is specified.
<rect> the rect into which the PICT will be drawn (in global coordinates).
<ΓÇ£NoClippingΓÇ¥> if the literal string ΓÇ£NoClippingΓÇ¥ is passed the pict will be drawn overtop of EVERYTHING (window, windoids, menubar, etc). The XCMD ΓÇ£RedrawDesktopΓÇ¥ (contained in this stack) can be used to cleanup after this XCMD. It will force a redraw of all windows and the desktop, getting rid of all traces of the PICT.